(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/dos.h>
LONG FWrite()
SYNOPSIS
BPTR fh
APTR block
ULONG blocklen
ULONG number

LOCATION
In DOSBase at offset 55
FUNCTION
Write a number of blocks to a file.

INPUTS
fh
Write to this file
block
The data begins here
blocklen
This is the size of a single block
number
The number of blocks
RESULT
The number of blocks written to the file or EOF on error. IoErr() gives additional information in case of an error.

NOTES
EXAMPLE
BUGS
SEE ALSO
Open(), FRead(), FPutc(), Close()
INTERNALS
HISTORY
27.01.1997 ldp
Polish
25.11.1996 aros
Two new functions